home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / eof < prev    next >
Encoding:
Text File  |  1993-10-26  |  353 b   |  14 lines  |  [TEXT/$Tcl]

  1.  
  2.           eof fileId
  3.  
  4.  
  5.      DESCRIPTION
  6.           Returns 1  if  an  end-of-file  condition  has  occurred  on
  7.           fileId, 0 otherwise.  FileId must have been the return value
  8.           from a previous call to open, or it may be stdin, stdout, or
  9.           stderr to refer to one of the standard I/O channels.
  10.  
  11.  
  12.      KEYWORDS
  13.           end, file
  14.